Skip to content

Creating a queue display in React. Goal is just to play around with React.

License

Notifications You must be signed in to change notification settings

monotkate/queue_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queue_react

Uses React to run a simple Queue function from scratch, not using the Javascript queue functions.

Getting started

Once the repository has been cloned, run npm install to install all the dependencies. This project uses express for the server side code and React, Material UI and ES2015 (through Babel) for the front end. This project also uses gulp to automate tasks.

Running gulp will print out the common tasks for the project. To get started, gulp build will build *.jsx files in src/ and dependencies into dist/bundle.js. Additionally, gulp watch will rebuild the .jsx files when there are changes.

gulp serve will start the node express server which is listening on port 8080.

If not in active development, gulp start will build the project and start the node server. For active develpment, gulp watch and gulp serve are suggested as they rebuild the client code on changes to the *.jsx and the server code on changes to server/server.js.

Cleaning

Running a gulp clean:dist will remove the dist/ folder. gulp clean is an alias for gulp clean:dist. The node_modules folder can be cleaned up using gulp clean:modules and both the build folder and the node modules folder can be cleaned up using gulp clean:all.

Useful links

About

Creating a queue display in React. Goal is just to play around with React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published