Skip to content

pencilking2002/ReactBattleShip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ReactBattleShip

I created a webstorm react app in react-battleship-webstorm-proj

To run the node server : cd to \ReactBattleShip\react-battleship-webstorm-proj run "npm start"

I believe the node backend will render our React code server-side for us You can see all the npm dependencies in package.json

For future reference, creating react-apps in webstorm What I had to do to create the webstorm project Install node

Install create-react-app node package npm install -g create-react-app create-react-app my-app cd my-app/ npm start

Webstorm -> Create New Project -> React App (node does not allow project names with capitalizations)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published