Skip to content

dmikol/schedule

Repository files navigation

Schedule

This project is an improved version of the timetable for RS School.

Deploy

Schedule

Getting Started

To start with a project, you should first install the required dependencies. Do this by executing the following command in the terminal:

npm install

Development

Once you installed the dependencies, you can proceed with development. To serve the application in development mode, enter the following command:

npm run start

The application should run on port 3000 with hot module replacement enabled.

Deployment

When you are done with development and ready to publish the application in production – create an optimized build by running the following command in the terminal:

npm run build

Thus, the optimized assets ready to be published to the production server will be created in the build folder.

Prerequisites

Make sure you have installed the following prerequisites on your development machine:

  • Node.js
  • npm

Technologies

The project is based on the following technologies:

Authors

Acknowledgments

  • Thanks to RS School for the opportunity to study and the materials provided!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published