31 lines
396 B
Markdown
31 lines
396 B
Markdown
# subtaskio
|
|
Subtask Io
|
|
|
|
#Frontend
|
|
## How to use - React JS frontend
|
|
|
|
- Clone git
|
|
|
|
- Switch to frontend directory
|
|
`$ cd frontend`
|
|
|
|
- Install dependencies:
|
|
`$ npm install`
|
|
|
|
- Host dev environment and start
|
|
`$ npm start`
|
|
|
|
## Stack:
|
|
- React 16.3.1
|
|
- React-Router-dom 4.2.2
|
|
- babel-core 6.26.0
|
|
- Webpack 3.8.1
|
|
|
|
- Unit Testing :
|
|
- Jest 22.4.3.8
|
|
- Enzyme 3.3.0
|
|
|
|
|
|
#Backend
|
|
backend - Aws Lambda backend
|