An scaffold for Express + React using typescript
- Develop environment:
> yarn install
- Production enviroment:
> yarn install --prod
- Build
> npm run build
- Launch website
> npm run nodemon
- Run Unit Test
> npm run test
- Launch in Production
> npm run forever
- Add dev dependency
> yarn add xxxx -D
- Remove dependency
> yarn remove xxxx