https://github.com/noccer/react-starter-project
A simple React starter project with a single <App /> component class.
https://github.com/noccer/react-starter-project
babel nodejs npm react webpack
Last synced: 2 months ago
JSON representation
A simple React starter project with a single <App /> component class.
- Host: GitHub
- URL: https://github.com/noccer/react-starter-project
- Owner: noccer
- Created: 2016-10-18T12:18:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T12:32:19.000Z (over 9 years ago)
- Last Synced: 2025-02-07T09:41:46.833Z (over 1 year ago)
- Topics: babel, nodejs, npm, react, webpack
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple React Starter Project
> It does what it says on the tin.
## Instructions
Runs off node. So install that first.
Then install dependencies:
```
npm install
```
(Installs these dependencies)
- babel-core
- babel-loader
- babel-preset-react
- html-webpack-plugin
- webpack
- webpack-dev-server
Then build the project:
```
npm run build
```
Then run a server:
```
npm run start
```
Then go build some React stuffs.
## References
I got the instructions to build this setup from Codecademy. Definitely go through this and understand what's going on. It's very helpful.
-
-
-
-
-