Skip to content

immux/js-testbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Testbed

Simple development environments for simple JavaScript/TypeScript projects, designed for technical interviews.

Choose one of the followings that fits your role.

/fe

Simple front-end baseline created by create-react-app.

cd fe
npm install
npm start
open http://localhost:3000/

/fe-ts

Simple front-end baseline created by create-react-app --template typescript

cd fe-ts
npm install
npm start
open http://localhost:3000/

/fe-standalone

A React environment in static files without needing a compiler process.

Use dev.html for development.

/fullstack

An integrated environment for both client-side and server-side programming with TypeScript support

cd fullstack
npm install
npm start
open http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages