Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfdocimo/minimal-react-starter
One quick react starter using babel & webpack ⚛️
https://github.com/alfdocimo/minimal-react-starter
Last synced: about 1 month ago
JSON representation
One quick react starter using babel & webpack ⚛️
- Host: GitHub
- URL: https://github.com/alfdocimo/minimal-react-starter
- Owner: alfdocimo
- Created: 2020-06-11T11:00:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:36:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:00:59.079Z (over 1 year ago)
- Language: JavaScript
- Size: 1.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic react starter 2020 ⚛️
The title says it all. One quick react starter using `babel` & `webpack`.
Think of this as the yeast of your project and get cooking 🍞🥖
Installing dependencies:
`yarn`
or
`npm i`
To run locally:
`yarn dev`
or
`npm run dev`
Building to prod:
`yarn build`
or
`npm run build`
Have fun!