frontend-startkit
v1.0.0
Published
starter kit for react frontend
Downloads
3
Readme
Frontend-Startkit
Contains
- [x] React
- [x] Typescript
- [x] Redux
- [x] Immer
- [x] React Router 4
- [x] React Intl
- [x] Redux Actions
- [x] Redux Saga
- [x] Redux Form
- [x] Reselect
- [x] PostCSS
- [x] CSS modules
- [x] Webpack 4
- [x] Babel 7
- [x] Express
add full icu to node for i18n
npm install -g full-icu
Setup
yarn install
run
It's served in http://dev.frontendstartkit.com:3009 .
yarn start
test
yarn test
build
It's served in ./static folder.
yarn run build
yarn run build:staging
yarn run build:dev
client rendering
yarn run client
server rendering
yarn run server