Skip to content

spoike/reactjs-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client-side web application playground

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!

How To Dev

  1. Install node w. npm
  2. Install grunt with npm install -g grunt-cli
  3. Install dependencies with npm install
  4. 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.

Notes for Web Devs

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.

License

Creative Commons Attribution 4.0 International

This project, except for third-party tools and libraries used, is licensed under a Creative Commons Attribution 4.0 International license.

About

A simple client-side web app with ReactJS and RequireJS to get you started with client-side scripting with HTML5, CSS and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published