🎉 React SPA Template 🎉
An easy-to-use react template
- React Single-Page-Application template without create-react-app
- Configured with Webpack, Babel, ESLint, Sass, PostCSS and emotion
- If you need anything else, please contribute or leave an issue!
Installation
# clone this repository
$ git clone https://github.com/ofnullable/react-spa-template
# go into template directory
$ cd react-spa-template
# install dependencies
$ npm installCommand
Basic usage
$ npm startRun dev server on http://localhost:8080
Build
$ npm run buildCreating a Production Build. The build artifacts will be stored in the dist/ directory.