Skip to content

mnfst/front-end-starters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CASE Front-end starters

My Image

This repo features CASE starters with popular front-end frameworks.

The example app is a virtual Pokedex where you can see and create Pokemon.

How to use ?

First of all launch the CASE backend:

cd case
cp .env.example .env
npm i
npm start

Once done you can seed the initial list of Pokemon:

npm run seed

Then cd into your favorite front-end and run:

npm i
npm start

Dependencies

This project makes use of the following open source libraries and tools: