Skip to content

ErnoW/react-nanodegree-readable

Repository files navigation

Readable Project

This is the Readable app, part of the Nanodegree React course at Udacity.

Quick start

Run the server

  • 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

Run the application

  • Clone this repo
  • Install all project dependencies with npm install
  • Start the development server with npm start
  • The app will run on localhost:3000

Scripts

  • npm start: Start the development environment
  • npm build: Build the project
  • npm run flow: Check flow
  • npm run watch-css: Watch scss changes and build css files
  • npm run build-css: Build css files

Bootstrapped

  • This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Contributing

This project is part of my React Nanodegree course at Udacity. It doesn't make any sense for me to accept contributions.

Author

  • Erno Wever

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

React Nanodegree Readable App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published