Skip to content

Project about a course administrator, based on the Cory House's course: Building Applications with React and Redux

Notifications You must be signed in to change notification settings

erickmx/redux-test

Repository files navigation

redux-test

Project about a course administrator, based on the Cory House's course: Building Applications with React and Redux

The project was creted with the Create React App tool, but it was ejected to make custom configurations.

Available Scripts

List of the available scripts in the project:

npm start

Run the web application in development mode and run an fake server with json-server to handle data and make tests.

npm start:dev

Run the web application in development mode with hot reloading.

npm start:api

run an fake server with json-server to handle data and make tests.

npm prestart:api

Creates the db.json file with a default data to start the development.

It is executed before the start:api script automaticaly.

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

npm test

Launches the test runner in the interactive watch mode.

npm run lint

Launches the eslint tool to check if the coding style rules configured are followed.

npm pretest

Launches the lint script to check the coding style rules before of run the tests.

About

Project about a course administrator, based on the Cory House's course: Building Applications with React and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published