8000 GitHub - NguyenAndrew/careen: Careen.js === Cucumber Axios React Enzyme Express Node
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NguyenAndrew/careen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Careen - Cucumber Axios React Enzyme Express Node

Careen.js is the fastest way to spin up a Full Stack application (React + Node) with Cucumber testing

QuickStart

  1. Navigate to the Full_Stack directory
  2. Open terminal of choice in the Full_Stack directory
  3. Install your dependencies with npm run install:all
  4. Execute your Cucumber tests with npm run test:all
  5. Run your application with npm run dev:all
  6. Ready to Code!

FAQ

Q: What technologies are used on the back end?

A: Node + Express + Axios + Cucumber


Q: What technologies are used on the front end?

A: The entire Careen.js stack is used on the front end. Node + Enzyme + Express + Cucumber is used for testing. The application uses React (Made with Create React App) and Axios.


Q: Can I see my changes live while developing?

A: Yes! npm run dev:all uses Create React App to watch changes on the React application and Nodemon to watch changes on the back end server.


Q: What does npm run test:watch:all do in the Full_Stack directory?

A: This command allows for quick continuous BDD/TDD. To use, open up a second terminal/shell/command prompt, and execute this command there. When changes on src or test are made and saved, the tests will automatically re-run without having to reload the transpiler (Babel). This feature is achieved through babel-watch. Refer to https://github.com/kmagiera/babel-watch for more details.

About

Careen.js === Cucumber Axios React Enzyme Express Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0