How to create web IDE
Asked by Accidental Programmer about a year ago
1
Hello everyone, i am a fresher web-developer(next.js). i am wishing to create web IDE like stackblitj OR codesandbox but dont know how to start? anyone can help me that what i need to learn, what technologies & aproach i have to follow.
1 Answer
0
My suggestion is to start with some small projects to get familiar with next.js, once you are comfortable with next.js then checkout sandpack. It's the same bundler code sandbox uses for frontend projects, with this library you can build a solid IDE within a couple of weeks, and sandpack handles file system, preview, and bundling.
show more answers
Your answer