An open API service indexing awesome lists of open source software.

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

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