Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akiran/react-starter-kit

Simple starter kit to experiment with react
https://github.com/akiran/react-starter-kit

Last synced: about 1 month ago
JSON representation

Simple starter kit to experiment with react

Awesome Lists containing this project

README

        

# react-starter-kit

Simple starter kit to experiment to reactjs

Instructions

```bash
git clone https://github.com/akiran/react-starter-kit app-name
cd app-name
npm install # To install dependencies
npm start # To start nodejs server
gulp # To watch files changes and build js and css
open localhost:8000 in browser
```