Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 713 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 713 Bytes

Link Vrains

The best place to play!

A React vanilla test project. No libraries used other than the minimum required.

Getting Started

Install dependencies

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Or start a production version:

npm run start
# or
yarn start

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

Info