Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mattludwigs/react-starter-kit
- Owner: mattludwigs
- Created: 2015-12-22T22:55:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T23:10:40.000Z (about 9 years ago)
- Last Synced: 2024-04-14T06:08:30.588Z (9 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/