https://github.com/vincentbollaert/react-boilerplate-simple
A minimalist react boilerplate for modern projects
https://github.com/vincentbollaert/react-boilerplate-simple
Last synced: 2 months ago
JSON representation
A minimalist react boilerplate for modern projects
- Host: GitHub
- URL: https://github.com/vincentbollaert/react-boilerplate-simple
- Owner: vincentbollaert
- Created: 2020-03-25T07:17:04.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-07T17:58:48.000Z (over 2 years ago)
- Last Synced: 2023-03-08T03:47:49.953Z (about 2 years ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Boilerplate Simple
### Running the app
```sh
$ npm run develop // starts dev server @ http://localhost:3000
```
```sh
$ npm run production // creates a production build
```### Technologies used
* React
* Webpack
* Babel
* styled components
* ESLint