https://github.com/aganglada/react-minimal
🛳 Minimal react structure
https://github.com/aganglada/react-minimal
cssnext javascript minimal react starter-kit webpack2
Last synced: about 1 month ago
JSON representation
🛳 Minimal react structure
- Host: GitHub
- URL: https://github.com/aganglada/react-minimal
- Owner: aganglada
- License: mit
- Created: 2017-03-21T23:11:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T18:41:27.000Z (over 8 years ago)
- Last Synced: 2025-07-03T09:46:02.682Z (11 months ago)
- Topics: cssnext, javascript, minimal, react, starter-kit, webpack2
- Language: JavaScript
- Homepage:
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛳 react-minimal
Minimal react structure.
### What's included?
* [React](https://github.com/facebook/react)
* [React router](https://github.com/ReactTraining/react-router)
* [Webpack 2](https://webpack.js.org)
* [Babel](https://babeljs.io/)
* [CSSNext](http://cssnext.io/)
### Demo
Coming...
### Want to start right now?
> Follow the next steps
Clone the project
```bash
git clone git@github.com:aganglada/react-minimal.git
```
Enter the folder
```bash
cd react-minimal
```
Install dependencies
```bash
yarn
```
If you are using npm...
```bash
npm i
```
#### Run the dev server
```bash
npm run dev
```
Buala! You can start developing now on http://localhost:4000
#### Build assets for production
```bash
npm run prod
```
Running this command will create an `assets` folder that you can expose to your server.
#### Production mode in local
```bash
npm run start
```
You can check on http://localhost:8080
### Coming soon
* Docs
* Your suggestions
### Contributing
I would love to see you contributing to react-minimal, also by giving feedback.
If you think something is missing, [create a new issue](https://github.com/aganglada/react-minimal/issues).
[Pull request](https://github.com/aganglada/react-minimal/pulls) are more than welcome ❤️️
### License
MIT