0.1.1 • Published 2 years ago

route-planner-npm4 v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

REDUX

This project is using Redux Toolkit to handle the state.

In order to set it up you need to wrapp the _app/index/component file into and provide it with a store. It will look like this: . Store is imported from store.ts file.

Because we are using typescript, all state is type safe. Please import types and interfaces from types/index.ts file.

.ENV

There is an .env.example file. Use it as a refference to create main .env file

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago