GithubHelp home page GithubHelp logo

winwiz1 / crisp-react Goto Github PK

View Code? Open in Web Editor NEW
185.0 185.0 28.0 5.18 MB

React boilerplate written in TypeScript with a variety of Jamstack and full stack deployments. Comes with SSR and without need to learn a framework. Helps to split a monolithic React app into multiple SPAs and avoid vendor lock-in.

Home Page: https://crisp-react.winwiz1.com

License: MIT License

JavaScript 18.78% TypeScript 77.17% Batchfile 0.50% Shell 0.56% Dockerfile 0.85% HTML 0.80% CSS 1.20% Less 0.14%
boilerplate cloudflare cloudflare-pages containerization docker express frontend fullstack jamstack nodejs prerender react ssr static-site-generator typescript webapp webpack

crisp-react's People

Contributors

aalvarado avatar dependabot[bot] avatar winwiz1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

crisp-react's Issues

Debug Client and Backend: tsc-watch path contains no backslashes

Describe the bug
When I attempt to run the task Debug Client and Backend, the subtask Debug Backend Connected to Devserver throws the following error:

> Executing task in folder server: c:\Users\Nicolas\Desktop\Programming\crisp\crisp-react\server\node_modules\.bin\tsc.cmd -p c:\Users\Nicolas\Desktop\Programming\crisp\crisp-react\server\tsconfig.json --watch <


/usr/bin/bash: c:UsersNicolasDesktopProgrammingcrispcrisp-reactservernode_modules.bintsc.cmd: command not found
The terminal process terminated with exit code: 127

Press any key to close the terminal.

It appears that the path it is looking for contains no \ and is one long string. I have typescript installed locally and I've tried installing it globally through both npm and yarn.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Debug tab in VSCode
  2. Run task Debug Client and Backend
  3. Observe console output for subtask Debug Backend Connected to Devserver

Desktop

  • OS: Windows 10
  • NodeJS version: v12.4.0

Version/release v1.2.0 breaks Travis CI tests

Describe the bug
The release/version v1.2.0 (commit 8fde86d) breaks Travis CI tests.

To Reproduce
No steps to reproduce.
The CI tests failure is reflected by the test badge in README.

Expected behavior
The CI tests are expected to pass.

Screenshots
image

Server Build Confusion

I'm having trouble figuring out the build server side. I've added pg-promise for a postresql db, and I have some .sql files as queries, so far so good.

The .sql files were not getting copied to the build directory, no big surprise, so I added an additional copyfiles command to the existing copy script in the server package.json file: "copy": "copyfiles -u 1 src/**/*.sql build && ..... If I debug the script, it works just fine; .sql files are where they should be.

When I run debug (VS Code) after new files/changes, "copy" doesn't seem to run, which is confusing to me because it's specified in both "prestart" and "prestart:dev". I'm running the copy script manually right now, but it feels like something isn't wired right.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.