Experimental prototype for the CMS feature that will be integrated in Udacity's community built Alumni Web App.
To try the example application out or to use the project, follow the instructions below.
-
Clone repo
git clone https://github.com/adai183/udacious_cms_protoType.git
-
Install dependencies
npm install
-
Run development server
npm run start
Development server should be running at http://localhost:8080/
-
Make build
npm run production
-
Deploy
firebase deploy
- Megadraft - Rich Text editor built on top of draft.js (Work in Progress)
- Node - JS runtime environment
- npm - package manager
- Babel - ES6 transpiler
- Webpack - module bundler & task runner
- React - interfaces
- react-router - react application router
- react-redux - react bindings for redux
- react-css-modules - React CSS Modules implement automatic mapping of CSS modules.
- react-foundation - Foundation React components, use or don't use.
- SASS - styles
- ESLint - linter
- Create Prototype
- Figure out coding challenge