Skip to content

aleksei-golubev/java-school-frontend-frameworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

New application

Empty applications creation commands.

React

Create a new application from basic template:

npx create-react-app new-app

Angular

Install Angular CLI into global scope:

npm install -g @angular/cli

Create a new application:

ng new new-app

Vue

Initialize application:

npm init vue@latest

Install dependencies:

npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published