This is a brief ReactJS/RequireJS starter project, or a simple bootstrap, for web developers who just want to start simple from scratch. No fluff, just start coding right away on HTML5/CSS and Javascript as soon as you clone the project!
- Install node w. npm
- Install grunt with
npm install -g grunt-cli
- Install dependencies with
npm install
- Run
grunt
to start server and browse to index
To get started look at www/index.html
and www/scripts/main.js
. There is a simple ReactJS component written in JSX at www/scripts/timer.jsx.js
.
This project is set up to use ReactJS, RequireJS and default Twitter Bootstrap from when you clone this repository.
The Gruntfile is set up to the watch task. Javascript files are monitored by default and are running through JSHint.
This project, except for third-party tools and libraries used, is licensed under a Creative Commons Attribution 4.0 International license.