This is the Readable app, part of the Nanodegree React course at Udacity.
- Clone local server
- Open the api-server folder:
cd api-server - Install all server dependencies:
npm install - Start the server:
node server - The server will run on
localhost:3001
- Clone this repo
- Install all project dependencies with
npm install - Start the development server with
npm start - The app will run on
localhost:3000
npm start: Start the development environmentnpm build: Build the projectnpm run flow: Check flownpm run watch-css: Watch scss changes and build css filesnpm run build-css: Build css files
- This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.
This project is part of my React Nanodegree course at Udacity. It doesn't make any sense for me to accept contributions.
- Erno Wever
This project is licensed under the MIT License - see the LICENSE.md file for details