Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Bare bones react starter kit.
https://github.com/mattludwigs/react-starter-kit

Last synced: about 1 month ago
JSON representation

Bare bones react starter kit.

Awesome Lists containing this project

README

        

# React Starter Kit v0.0.1

Some code to get you going on React projects. This is good for building front ends only. If you are looking for more of a fullstack starter kit checkout [fullstack-seed](https://github.com/mattludwigs/fullstack-seed)

This starter kit includes

1. Webpack
2. Webpack loaders for SASS
3. Babel 6 support (stage 0)
4. React
5. eslint

## Requirements
1. Node v4+

## Get Started

Important notes.

1. Be sure to inclue your project folder name at the end of the clone statement as seen below
2. Change your git romote url to your project remote repo as seen in the last step below

### Get Set Up

```
$ git clone [email protected]:mattludwigs/react-starter-kit.git my-project
$ cd my-project
$ npm install
$ git remote set-url origin [email protected]:yourgithubusername/my-project

```
### Run The Dev Server

```
$ npm start
```

Go to http://localhost:8080/webpack-dev-server/