Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.56 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.56 KB

Solid Planner App

A planner web application to create, manage and share notes and habits built on Solid Project.

The application is written using React, and is bundled using Webpack.

The live application and documentation

The live version of the application is hosted using GitHub Pages and is available here: https://ayazdyshin.github.io/solid-planner-app/.

Running the application locally

Local development prerequisites

To run the application locally, the following is required:

The npm package management with minimum version: 8.3.1.

The node with minimum version: v16.14.0.

Download the code

Get the application code from https://github.com/AyazDyshin/solid-planner-app by either downloading the code or by cloning the repository.

Installing dependencies

Go to the root directory of the application and run the following command in the terminal to install all dependencies:

npm install

Starting the development server

The application is bundled with a development environment with a development server, supporting linting and hot reloads.

To start the development server, run the following command:

npm start

The application will be deployed on: http://localhost:8080/

License

License: MIT