Skip to content

yurimikushov/route-editor

Repository files navigation

Route editor

An implementation of this task.

Preview

Dev

First of all

Clone this repository, if you didn't it

git clone https://github.com/yurimikushov/route-editor.git

Should set environment variables in an .env file to correctly app usage, look an example in the .env.example

Next steps

Install deps

npm i

Set up git hooks by husky

npm run prepare

Run the app in development mode on localhost:3000

npm run start

Or build the app for production to the build folder

npm run build

Languages