2016-05-11 04:02:12 +00:00
|
|
|
#p5.js Web Editor
|
2016-05-03 20:13:04 +00:00
|
|
|
|
2016-05-11 04:02:12 +00:00
|
|
|
This project is currently in the early stages of development! It will definitely be announced when it is in alpha/beta/etc.
|
|
|
|
|
|
|
|
##Installation and Setup
|
|
|
|
|
|
|
|
As this project is currently being developed, there is only development mode.
|
|
|
|
|
|
|
|
1. Clone this repostory
|
|
|
|
2. `npm install`
|
|
|
|
3. `npm start`
|
|
|
|
4. Navigate to http://localhost:8000 on your browser
|
|
|
|
|
|
|
|
##Technology Stack
|
|
|
|
* MERN - MongoDB, Express, React/Redux, Node
|
|
|
|
* Webpack
|
|
|
|
* Sass
|
|
|
|
|
|
|
|
##Dump of links I'm saving for reference
|
|
|
|
|
|
|
|
* https://github.com/Hashnode/mern-starter
|
2016-05-18 17:37:59 +00:00
|
|
|
* https://github.com/mxstbr/react-boilerplate
|
2016-05-10 18:18:36 +00:00
|
|
|
* https://sass-guidelin.es/#the-7-1-pattern
|
2016-05-03 20:13:04 +00:00
|
|
|
* https://github.com/petehunt/react-howto
|
|
|
|
* https://github.com/gajus/react-css-modules
|
2016-05-09 20:13:37 +00:00
|
|
|
* https://github.com/jsbin/jsbin (especially look at the console)
|
2016-05-11 04:02:12 +00:00
|
|
|
* Need to figure out how to solve the XSS issue, https://github.com/jsbin/jsbin/wiki/Best-practices-for-building-your-own-live-paste-bin
|
2016-06-09 17:56:23 +00:00
|
|
|
* https://www.npmjs.com/package/express-subdomain
|
2016-05-18 17:37:59 +00:00
|
|
|
* https://medium.com/@rajaraodv/securing-react-redux-apps-with-jwt-tokens-fcfe81356ea0#.i3agwmf2w
|