Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcelestino/express-react-starter
My default setup for Express and React.js web projects
https://github.com/tcelestino/express-react-starter
Last synced: about 9 hours ago
JSON representation
My default setup for Express and React.js web projects
- Host: GitHub
- URL: https://github.com/tcelestino/express-react-starter
- Owner: tcelestino
- Created: 2015-05-13T00:23:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T01:39:03.000Z (over 9 years ago)
- Last Synced: 2023-03-14T02:40:21.452Z (almost 2 years ago)
- Language: JavaScript
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-react-starter #
My default setup for Express and React.js web projects
## Includes ##
- **Back-end**
- Express 3.4
- Jade
- **Front-end (Bower)**
- React 0.10
- Bootstrap 3
- **Build**
- Gulp 3.6
- Wrap
- Less
- Concat CSS
- CSSmin
- Order
- Clean
- jsHint
- Uglify
- React-tools
- Rename
- Autoprefixer
- LiveReload## Install ##
- npm install
- gulp
- npm start